home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d13
/
paus12.arc
/
TEST.BAT
< prev
Wrap
DOS Batch File
|
1991-03-10
|
471b
|
26 lines
@ECHO OFF
PAUS /N1 /D10 /TIs Jeffrey Morley a swell guy?
IF ERRORLEVEL 89 GOTO GotYes
IF ERRORLEVEL 78 GOTO GotNo
IF ERRORLEVEL 1 GOTO GotOtherKey
ECHO.
ECHO The ERRORLEVEL is 0, Need more time to find "Y"?
GOTO END
:GotYes
ECHO.
ECHO You answered yes! A fine judge of character...
GOTO END
:GotNo
ECHO.
ECHO You answered no? Well same to ya...
GOTO END
:GotOtherKey
ECHO.
ECHO Not really sure eh... "Y" is right between "T" and "U"!
:END